Skip to content

fix: hide error tracking fingerprint from signal reports#1578

Merged
adboio merged 1 commit intoPostHog:mainfrom
reverb256:fix/1573-hide-fingerprint
Apr 9, 2026
Merged

fix: hide error tracking fingerprint from signal reports#1578
adboio merged 1 commit intoPostHog:mainfrom
reverb256:fix/1573-hide-fingerprint

Conversation

@reverb256
Copy link
Copy Markdown
Contributor

Problem

The fingerprint string in error tracking signal cards is very long, not human-readable, and clutters the UI.

Fix

Removed the fingerprint display block (WarningIcon + fingerprint text) from ErrorTrackingSignalCard. Kept the fingerprint field in the type definition since it is part of the API contract.

Fixes #1573

@adboio adboio self-assigned this Apr 9, 2026
@adboio adboio self-requested a review April 9, 2026 03:52
@adboio adboio removed their assignment Apr 9, 2026
function ErrorTrackingSignalCard({
signal,
extra,
extra: _,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we remove this param please if it's now un-used?

Removes the fingerprint display from ErrorTrackingSignalCard.
The fingerprint is internal debugging data that doesn't belong
in the signal report UI.

Fixes PostHog#1573
@reverb256 reverb256 force-pushed the fix/1573-hide-fingerprint branch from b1a0b34 to 50bfe11 Compare April 9, 2026 19:34
@reverb256
Copy link
Copy Markdown
Contributor Author

Hey @adboio, I've cleaned up this PR:

  • Removed the unused extra param as requested ✅
  • Squashed into a single clean commit — only SignalCard.tsx changed
  • Removed the lockfile and dev script changes that were accidentally included
  • Lint and typecheck pass

Ready for re-review when you get a chance. Thanks!

Copy link
Copy Markdown
Contributor

@adboio adboio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great, thank you!

Copy link
Copy Markdown
Contributor

adboio commented Apr 9, 2026

Merge activity

  • Apr 9, 9:02 PM UTC: Graphite couldn't merge this PR because it failed for an unknown reason (Fast-forward merges are not supported for forked repositories. Please create a branch in the target repository in order to merge).

@adboio adboio merged commit f394c92 into PostHog:main Apr 9, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

hide error tracking fingerprint from signal reports

2 participants